[INFO] cloning repository https://github.com/shervin9/onyx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shervin9/onyx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshervin9%2Fonyx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshervin9%2Fonyx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9e9eeca7e0f1d16b9dfd050414c20cfad7d9fe8
[INFO] testing shervin9/onyx against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshervin9%2Fonyx" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shervin9/onyx
[INFO] finished tweaking git repo https://github.com/shervin9/onyx
[INFO] tweaked toml for git repo https://github.com/shervin9/onyx written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shervin9/onyx on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shervin9/onyx already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fastbloom v0.14.1
[INFO] [stderr]   Downloaded cc v1.2.59
[INFO] [stderr]   Downloaded aws-lc-sys v0.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a262e4685458df77fdec348d50bfc19470de71d7bd897bfe47be5e607fd26719
[INFO] running `Command { std: "docker" "start" "-a" "a262e4685458df77fdec348d50bfc19470de71d7bd897bfe47be5e607fd26719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a262e4685458df77fdec348d50bfc19470de71d7bd897bfe47be5e607fd26719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a262e4685458df77fdec348d50bfc19470de71d7bd897bfe47be5e607fd26719", kill_on_drop: false }`
[INFO] [stdout] a262e4685458df77fdec348d50bfc19470de71d7bd897bfe47be5e607fd26719
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19c3607f7c3d54fa292d60de63492fea7b70a60bc680b1c0afba9551631b465e
[INFO] running `Command { std: "docker" "start" "-a" "19c3607f7c3d54fa292d60de63492fea7b70a60bc680b1c0afba9551631b465e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling lru-slab v0.1.2
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fastbloom v0.14.1
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling shared v0.2.21 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling quinn-proto v0.11.14
[INFO] [stderr]    Compiling server v0.2.21 (/opt/rustwide/workdir/server)
[INFO] [stderr]    Compiling client v0.2.21 (/opt/rustwide/workdir/client)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] running `Command { std: "docker" "inspect" "19c3607f7c3d54fa292d60de63492fea7b70a60bc680b1c0afba9551631b465e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c3607f7c3d54fa292d60de63492fea7b70a60bc680b1c0afba9551631b465e", kill_on_drop: false }`
[INFO] [stdout] 19c3607f7c3d54fa292d60de63492fea7b70a60bc680b1c0afba9551631b465e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e756a9b6272928979a4c4b3787302e08bf684dccc9e4df96664d52e0a6b4546
[INFO] running `Command { std: "docker" "start" "-a" "0e756a9b6272928979a4c4b3787302e08bf684dccc9e4df96664d52e0a6b4546", kill_on_drop: false }`
[INFO] [stderr]    Compiling shared v0.2.21 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling client v0.2.21 (/opt/rustwide/workdir/client)
[INFO] [stderr]    Compiling server v0.2.21 (/opt/rustwide/workdir/server)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.21s
[INFO] running `Command { std: "docker" "inspect" "0e756a9b6272928979a4c4b3787302e08bf684dccc9e4df96664d52e0a6b4546", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e756a9b6272928979a4c4b3787302e08bf684dccc9e4df96664d52e0a6b4546", kill_on_drop: false }`
[INFO] [stdout] 0e756a9b6272928979a4c4b3787302e08bf684dccc9e4df96664d52e0a6b4546
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed15970929144b3d42e3f1ce758fa5aa25c3d88833eb30bcf0852dc7dd3478f6
[INFO] running `Command { std: "docker" "start" "-a" "ed15970929144b3d42e3f1ce758fa5aa25c3d88833eb30bcf0852dc7dd3478f6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/onyx-868597b857e474b5)
[INFO] [stdout] 
[INFO] [stdout] running 97 tests
[INFO] [stdout] test mcp::tests::classify_job_not_found ... ok
[INFO] [stdout] test mcp::tests::classify_bootstrap_failed ... ok
[INFO] [stdout] test mcp::tests::classify_connection_refused ... ok
[INFO] [stdout] test mcp::tests::classify_passphrase_required ... ok
[INFO] [stdout] test mcp::tests::classify_udp_blocked ... ok
[INFO] [stdout] test mcp::tests::exec_stream_empty_input ... ok
[INFO] [stdout] test mcp::tests::exec_stream_failed_nonzero ... ok
[INFO] [stdout] test mcp::tests::exec_stream_gap_sets_truncated ... ok
[INFO] [stdout] test mcp::tests::exec_stream_server_error ... ok
[INFO] [stdout] test mcp::tests::exec_stream_detach_only_started ... ok
[INFO] [stdout] test mcp::tests::exec_stream_ignores_unknown_types ... ok
[INFO] [stdout] test mcp::tests::exec_stream_killed_no_exit_code ... ok
[INFO] [stdout] test mcp::tests::exec_stream_success ... ok
[INFO] [stdout] test mcp::tests::handle_ping ... ok
[INFO] [stdout] test mcp::tests::handle_parse_error ... ok
[INFO] [stdout] test mcp::tests::handle_notification_no_response ... ok
[INFO] [stdout] test mcp::tests::exec_stream_timeout_preserves_timed_out_status_and_exit_code ... ok
[INFO] [stdout] test mcp::tests::handle_initialize ... ok
[INFO] [stdout] test mcp::tests::handle_tools_list ... ok
[INFO] [stdout] test mcp::tests::classify_unknown_target ... ok
[INFO] [stdout] test mcp::tests::exec_stream_stdout_stderr_separated ... ok
[INFO] [stdout] test mcp::tests::handle_unknown_method_returns_error ... ok
[INFO] [stdout] test mcp::tests::progress_notification_wraps_streamable_events ... ok
[INFO] [stdout] test mcp::tests::progress_notification_skips_non_streamable_events ... ok
[INFO] [stdout] test mcp::tests::streamable_event_covers_all_meaningful_types ... ok
[INFO] [stdout] test parse_args_tests::attach_and_logs_reject_detach_flag ... ok
[INFO] [stdout] test mcp::tests::jobs_ndjson_empty ... ok
[INFO] [stdout] test mcp::tests::jobs_ndjson_multiple ... ok
[INFO] [stdout] test mcp::tests::jobs_ndjson_skips_non_job_lines ... ok
[INFO] [stdout] test mcp::tests::kill_result_parser_extracts_message_and_state ... ok
[INFO] [stdout] test mcp::tests::mk_error_shape ... ok
[INFO] [stdout] test mcp::tests::kill_result_parser_surfaces_exec_error ... ok
[INFO] [stdout] test mcp::tests::streaming_call_detects_stream_flag ... ok
[INFO] [stdout] test parse_args_tests::bare_target_is_interactive ... ok
[INFO] [stdout] test parse_args_tests::exec_accepts_flags_before_dashdash ... ok
[INFO] [stdout] test parse_args_tests::dev_remote_build_requires_explicit_env_value ... ok
[INFO] [stdout] test parse_args_tests::exec_empty_command_rejected ... ok
[INFO] [stdout] test parse_args_tests::exec_accepts_bare_command_without_dashdash ... ok
[INFO] [stdout] test parse_args_tests::exec_rejects_unknown_flag_before_dashdash ... ok
[INFO] [stdout] test parse_args_tests::forward_rejects_bad_spec ... ok
[INFO] [stdout] test parse_args_tests::help_flag_long_and_short ... ok
[INFO] [stdout] test parse_args_tests::identity_flag_requires_value ... ok
[INFO] [stdout] test parse_args_tests::jobs_parses_json_flag ... ok
[INFO] [stdout] test parse_args_tests::jobs_rejects_positional_args ... ok
[INFO] [stdout] test parse_args_tests::logs_requires_job_id ... ok
[INFO] [stdout] test parse_args_tests::flags_and_target_any_order ... ok
[INFO] [stdout] test parse_args_tests::exec_missing_target_rejected ... ok
[INFO] [stdout] test parse_args_tests::exec_parses_basic_command_with_dashdash ... ok
[INFO] [stdout] test parse_args_tests::forward_short_and_long ... ok
[INFO] [stdout] test parse_args_tests::missing_prebuilt_does_not_remote_build_by_default ... ok
[INFO] [stdout] test parse_args_tests::help_text_mentions_key_concepts ... ok
[INFO] [stdout] test parse_args_tests::proxy_rejects_non_numeric_port ... ok
[INFO] [stdout] test parse_args_tests::proxy_mode ... ok
[INFO] [stdout] test parse_args_tests::proxy_mode_accepts_no_fallback ... ok
[INFO] [stdout] test parse_args_tests::server_artifact_name_normalizes_arch_aliases ... ok
[INFO] [stdout] test parse_args_tests::ssh_fallback_notice_is_single_clean_line ... ok
[INFO] [stdout] test parse_args_tests::unknown_flag_does_not_become_target ... ok
[INFO] [stdout] test reliability_tests::basic_mode_activation_requires_ssh_and_missing_tmux ... ok
[INFO] [stdout] test parse_args_tests::select_local_prebuilt_server_requires_matching_linux_binary ... ok
[INFO] [stdout] test parse_args_tests::missing_target_is_error_not_panic ... ok
[INFO] [stdout] test parse_args_tests::prebuilt_candidates_find_homebrew_libexec_before_override ... ok
[INFO] [stdout] test parse_args_tests::prebuilt_candidates_skip_dev_paths_by_default ... ok
[INFO] [stdout] test parse_args_tests::version_flag_long_and_short ... ok
[INFO] [stdout] test reliability_tests::exec_detach_hint_switches_to_logs_and_kill_without_tmux ... ok
[INFO] [stdout] test reliability_tests::exec_error_is_terminal_catches_unrecoverable_states ... ok
[INFO] [stdout] test reliability_tests::exec_error_is_terminal_leaves_transient_errors_retryable ... ok
[INFO] [stdout] test reliability_tests::exec_reason_is_busy_matches_already_attached_variants ... ok
[INFO] [stdout] test reliability_tests::exec_resume_constants_are_coherent ... ok
[INFO] [stdout] test reliability_tests::exponential_backoff_saturates_at_max ... ok
[INFO] [stdout] test reliability_tests::initial_connect_does_not_show_reconnect_ui ... ok
[INFO] [stdout] test reliability_tests::job_status_str_is_lowercase_and_stable ... ok
[INFO] [stdout] test reliability_tests::jq_wraps_and_escapes ... ok
[INFO] [stdout] test reliability_tests::json_escape_handles_control_chars_and_quotes ... ok
[INFO] [stdout] test reliability_tests::parse_resolved_ssh_config_captures_identityfile_hint ... ok
[INFO] [stdout] test reliability_tests::post_install_status_forces_restart_after_owned_server_replace ... ok
[INFO] [stdout] test reliability_tests::format_relative_time_covers_each_unit ... ok
[INFO] [stdout] test parse_args_tests::attach_requires_job_id ... FAILED
[INFO] [stdout] test parse_args_tests::bootstrap_errors_are_product_messages ... ok
[INFO] [stdout] test reliability_tests::classify_ssh_master_failure_reports_control_socket_path_errors ... ok
[INFO] [stdout] test reliability_tests::bootstrap_context_is_not_added_to_ssh_auth_errors ... ok
[INFO] [stdout] test reliability_tests::quic_unavailable_classifier_ignores_handshake_tls_errors ... ok
[INFO] [stdout] test reliability_tests::classify_ssh_master_failure_reports_connect_timeout ... ok
[INFO] [stdout] test reliability_tests::proxy_session_not_resumable_matches_server_string ... ok
[INFO] [stdout] test reliability_tests::quic_failure_classifier_distinguishes_timeout_and_handshake ... ok
[INFO] [stdout] test reliability_tests::classify_ssh_master_failure_reports_connection_closed ... ok
[INFO] [stdout] test reliability_tests::quic_unavailable_classifier_covers_common_offline_cases ... ok
[INFO] [stdout] test reliability_tests::remote_status_parser_defaults_missing_tmux_to_basic_mode ... ok
[INFO] [stdout] test reliability_tests::ssh_auth_failure_message_distinguishes_passphrase_cancel_and_retry ... ok
[INFO] [stdout] test reliability_tests::remote_status_parser_detects_tmux_presence ... ok
[INFO] [stdout] test reliability_tests::terminal_env_falls_back_for_bad_terms ... ok
[INFO] [stdout] test reliability_tests::ssh_control_socket_paths_stay_short_across_multiple_allocations ... ok
[INFO] [stdout] test reliability_tests::terminal_size_zero_values_are_sane ... ok
[INFO] [stdout] test reliability_tests::tmux_messages_are_stable ... ok
[INFO] [stdout] test reliability_tests::truncate_display_preserves_short_strings ... ok
[INFO] [stdout] test reliability_tests::reconnect_constants_form_coherent_progression ... ok
[INFO] [stdout] test reliability_tests::reconnecting_json_is_single_field_object ... ok
[INFO] [stdout] test reliability_tests::ssh_control_socket_path_is_short_and_flat ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parse_args_tests::attach_requires_job_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parse_args_tests::attach_requires_job_id' (51) panicked at client/src/main.rs:1854:59:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: Run(AttachWorkspace { name: "host", identity_file: None })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5beed9c697a8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5beed9c697a8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5beed9c697a8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5beed9c697a8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5beed9c7ff6a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5beed9c7ff6a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5beed9c6e8b2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5beed9c6e8b2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5beed9c468a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5beed9c468a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5beed9c61409 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5beed9b24f1c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5beed9b24f1c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5beed9c61682 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5beed9c61682 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5beed9c46962 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5beed9c3b529 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5beed9c4776d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5beed9c8072c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5beed9c804a2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5beed9b09481 - <core[28b146924c2f19c6]::result::Result<onyx[b54c193830611e10]::ParseOutcome, alloc[95e62e727ddf147d]::string::String>>::unwrap_err
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1329:22
[INFO] [stdout]   21:     0x5beed9b01c6f - onyx[b54c193830611e10]::parse_args_tests::attach_requires_job_id
[INFO] [stdout]                                at /opt/rustwide/workdir/client/src/main.rs:1854:59
[INFO] [stdout]   22:     0x5beed9b00527 - onyx[b54c193830611e10]::parse_args_tests::attach_requires_job_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/client/src/main.rs:1853:32
[INFO] [stdout]   23:     0x5beed9af8056 - <onyx[b54c193830611e10]::parse_args_tests::attach_requires_job_id::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5beed9b17ffb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5beed9b17ffb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5beed9b25875 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5beed9b25875 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5beed9b25875 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5beed9b25875 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5beed9b25875 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5beed9b25875 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5beed9b25875 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5beed9b203d4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5beed9b203d4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5beed9b288f2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5beed9b288f2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5beed9b288f2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5beed9b288f2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5beed9b288f2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5beed9b288f2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5beed9b288f2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5beed9c68f2f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x5beed9c68f2f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72f638f41aa4 - <unknown>
[INFO] [stdout]   45:     0x72f638fcea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parse_args_tests::attach_requires_job_id
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 96 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p client --bin onyx`
[INFO] running `Command { std: "docker" "inspect" "ed15970929144b3d42e3f1ce758fa5aa25c3d88833eb30bcf0852dc7dd3478f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed15970929144b3d42e3f1ce758fa5aa25c3d88833eb30bcf0852dc7dd3478f6", kill_on_drop: false }`
[INFO] [stdout] ed15970929144b3d42e3f1ce758fa5aa25c3d88833eb30bcf0852dc7dd3478f6
